Redirect page

Description

The page to navigate to when the user logs in successfully.

Discussion

If the After login behavior property is set to "RedirectToTargetPage", the Redirect page property is shown. This property defines what page to navigate to after the user successfully logs into the application. The page can be explicitly defined as any page in your project, or you can use the special <Default> placeholder to use the redirect page defined in the Security Settings.

Value
Description
Page Name

A page in the project. E.g. index.a5w or myapp.a5w.

<Default>

Redirects to the page set in the Security Settings Redirect page after login property.

You can override this setting in the onLogin server-side event by setting the e.url variable. For example,

e.url = "myapp.a5w"

See Also